home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / mcs / readme < prev   
Text File  |  1994-10-21  |  3KB  |  81 lines

  1.  
  2. The Meta Class System (MCS) is a portable object-oriented extension
  3. of Common Lisp. MCS is highly efficient and integrates the
  4. functionality of CLOS, the Common Lisp Object System, and TELOS, the
  5. object system of LeLisp Version 16 and EULISP. Additionally, MCS
  6. provides a metaobject protocol which the user can specialize.
  7.  
  8. MCS has been used successfully for the development of the commercial
  9. software product babylon: an expert system development workbench
  10. including a hybrid knowledge representation language and many tools
  11. like editors, browsers, etc. Based on experiences made with building
  12. such a large and complex software system, MCS has been improved on
  13. abstract classes and mixin classes to support a better style of
  14. object-oriented modelling. Furthermore, these improvements allow
  15. significant internal optimizations.
  16.  
  17. The sources and documentation of MCS are available as freeware via
  18. anonymous FTP from host ftp.gmd.de (IP address: 129.26.8.90) in
  19. the directory /pub/lisp/mcs .
  20.  
  21. ----------------------------------------------------------------------
  22.  
  23. This directory contains the following files and directories:
  24.  
  25. doc.dvi.Z
  26. contains the compressed dvi file of the documentation of the
  27. Meta Class System (MCS).
  28.  
  29.  
  30. mcs1.3
  31. is a directory and contains the MCS sources.
  32.  
  33. mcs1.3.tar.Z
  34. is the compressed tar file archive of the MCS sources.
  35. First, perform  'uncompress v1.3.tar.Z'  and then
  36. 'tar xf v1.3.tar'  to extract the files. 
  37.  
  38. mcs1.3.sit.hqx
  39. is a Macintosh archive of the MCS sources. You need BinHex
  40. and StuffIt to extract the files.
  41.  
  42.  
  43. The same files may exist for new versions of MCS.
  44.  
  45.  
  46. The MCS Sources have the following structure:
  47. mcs/
  48. mcs/source/
  49. mcs/source/access-m.lisp
  50. mcs/source/cl-boot.lisp
  51. mcs/source/cl-core.lisp
  52. mcs/source/class-m.lisp
  53. mcs/source/gfn-boot.lisp
  54. mcs/source/gfn-comp.lisp
  55. mcs/source/gfn-core.lisp
  56. mcs/source/gfn-look.lisp
  57. mcs/source/globals.lisp
  58. mcs/source/low-it.lisp
  59. mcs/source/low.lisp
  60. mcs/source/macros.lisp
  61. mcs/source/mcs.lisp
  62. mcs/source/mcsmenus.lisp
  63. mcs/source/optimize.lisp
  64. mcs/source/patches.lisp
  65. mcs/source/redefine.lisp
  66. mcs/source/slot-val.lisp
  67. mcs/source/system-m.lisp
  68. mcs/source/util.lisp
  69. mcs/README
  70. mcs/binary/
  71.  
  72. If you use MCS send me a short email. So you will be notified
  73. when updates are available.
  74. Comments, bug reports, etc. are welcome.
  75.  
  76. ----------------------------------------------------------
  77. Juergen Kopp                    email: juergen.kopp@gmd.de
  78. German National Research Center for Computer Science (GMD)
  79. P.O. Box 1316       D-5205 Sankt Augustin 1        Germany
  80. ----------------------------------------------------------
  81.